home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
cmln0186.arc
/
ASSEMBL2.LTG
< prev
next >
Wrap
Text File
|
1986-12-20
|
1KB
|
23 lines
assembly.art Listing 2
/*==============================================================================
* video.h created 5-11-85
* *
* This header file contains the video attributes for the IBM PC monochrome *
* controller. *
* *
* *
*=============================================================================*/
#define UNDERSCORE 1
#define NORMAL 7
#define HILITE_UNDERSCORE 9
#define HILITE 10
#define REVERSE 112
#define BLINK_UNDERSCORE 129
#define BLINK_HILITE_UNDERSCORE 137
#define HILITE_BLINK 138
#define BLINKING 239
#define BLINK_REVERSE_VIDEO 240
/*============================================================================*/